Crate llmvm_protocol

source ·
Expand description

This module contains protocol types and utilities used for communicating with llmvm core & backends.

Uses multilink to communicate with local & remote processes.

Modules§

Structs§

Enums§

Constants§

Traits§

  • The backend service which the core uses to generate text. Implements a low-level interface for interacting with language models.
  • A configuration data structure that provides an example for generating new TOML configuration files. The example should include customizable fields with comments explaining their purpose.
  • The core service which frontends use to interact with language models. Manages & uses threads, presets, prompt templates and backend connections to create & send backend requests.

Type Aliases§

Attribute Macros§